projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5eec541
)
Make unused macro gnus-local-set-keys obsolete
author
Lars Ingebrigtsen
<larsi@gnus.org>
Wed, 6 Oct 2021 10:07:33 +0000
(12:07 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Wed, 6 Oct 2021 10:07:33 +0000
(12:07 +0200)
* lisp/gnus/gnus-util.el (gnus-local-set-keys): Make obsolete.
lisp/gnus/gnus-util.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/gnus-util.el
b/lisp/gnus/gnus-util.el
index 07ffdaff496f16ebe9725c9d824afc18e7154dc3..0163abad4b12305b1667c3a89c585a82bdc95a3e 100644
(file)
--- a/
lisp/gnus/gnus-util.el
+++ b/
lisp/gnus/gnus-util.el
@@
-300,7
+300,7
@@
Symbols are also allowed; their print names are used instead."
(defmacro gnus-local-set-keys (&rest plist)
"Set the keys in PLIST in the current keymap."
- (declare (indent 1))
+ (declare (
obsolete define-keymap "29.1") (
indent 1))
`(gnus-define-keys-1 (current-local-map) ',plist))
(defmacro gnus-define-keys (keymap &rest plist)